home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / health / abstract next >
Text File  |  1993-07-22  |  3KB  |  86 lines

  1. HEALTH: Visual Basic(TM) 3.0 Pen Healthcare Application
  2.  
  3. HEALTH contains seven forms for admitting and diagnosing a
  4. patient in a healthcare facility. This program is fairly
  5. large and unoptimized, so load times are significant. Tap
  6. firmly on the buttons for Next Page, Previous Page, and so
  7.  on, and then wait as HEALTH loads each form.
  8.  
  9. >  The first form is a Patient Identification form. To
  10. complete this form, enter numbers in the bedit field, tap
  11. the button, then tap the appropriate Gender radio button.
  12. Do not tap the Enable Entry Checking check box in the
  13. lower part of the screen--this option opens a smart form
  14. that won't let you move to the next screen until all
  15. fields are filled out.
  16.  
  17. >  The second form is fairly straightforward. Note that if
  18. you tap the icon, it will reformat and lock that field.
  19. For example, after entering the date, tap the icon next to
  20. it to format the date and lock that field.
  21.  
  22. >  The third form, In Case of Emergency Notify, contains
  23. an hedit field for medical diagnosis. You can write
  24. anything you want in this field, but print neatly. The
  25. application will try to recognize whatever you write.
  26.  
  27. >  The fourth form, Physical, contains diagrams of the
  28. body. You can draw on these diagrams to diagnose or
  29. highlight any problems. This screen takes some time to
  30. load, so tap the Next Page icon quickly. The ink display
  31. rate is good; hold the pen down on the screen for a
  32. second, and then write as quickly as you like. You can tap
  33. the Lock icon once to lock the ink, and a second time to
  34. clear the screen.
  35.  
  36. > The fifth form, Clinical Assessment, contains multiple
  37. forms that you can fill out to note allergies, hearing and
  38. eyesight limitations, and so on. To view all forms at
  39. once, choose Arrange from the top part of the screen.
  40. However, having many screens on display can intimidate a
  41. new user, so we suggest that you fill out only the first
  42. form. For example:
  43.  
  44. 1.  Tap Hearing.
  45.  
  46. 2.  Tap Normal Left.
  47.  
  48. 3.  Tap Impaired Right.
  49.  
  50. 4.  Tap Vision.
  51.  
  52. 5.  Tap Impaired.
  53.  
  54. 6.  Tap Glasses.
  55.  
  56. 7.  Tap Far-sighted.
  57.  
  58. 8.  Tap Next Page to move to the next form. Next Page
  59. appears as text (not as a button) in the upper-right
  60. corner of the screen.
  61.  
  62. >  The sixth form is a diagnosis screen. Use the scroll
  63. bars to scroll through the potential diagnoses (some of
  64. them are rather humorous), and select the most appropriate
  65. one. This is the last form, so tap the Exit button
  66. (represented by an open door) at the bottom of the screen
  67. to close the application.
  68.  
  69. > The seventh form is brought up every time you tap the
  70. open door icon. The menus allow you to save your work,
  71. view the different screens that you have entered, or exit
  72. the application.
  73.  
  74. You move from form to form using the Next Page or Previous
  75. Page buttons at the bottom of the screen. You can close
  76. the application or skip pages at any point by tapping the
  77. half-open door icon at the bottom of the screen.
  78.  
  79. HEALTH was built and tested under Microsoft(R) Windows(TM)
  80.  version 3.1 and Visual Basic version 3.0. The program
  81. requires PENWIN.DLL, which can be found in both Microsoft
  82. Windows for Pen Computing and the Microsoft Windows
  83. version 3.1 Software Development Kit (SDK).
  84.  
  85. KEYWORDS: PR-CD2; VB
  86.